Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require orm ^2.11 and adapt cache implementation #710

Merged
merged 2 commits into from
Feb 4, 2022

Conversation

driehle
Copy link
Member

@driehle driehle commented Feb 4, 2022

With orm ^2.11, cache adapters are always wrapped in a PSR6 object. This has caused issues with our CI pipeline in #708 and #709.

This PR upgrades orm to ^2.11.1 and changes unit tests to fix all CI errors. Targeted at the 4.2.x branch, which currently is still maintained.

With doctrine/orm 2.11.0 the internal implementation of caches has slightly changed, a PSR6 adapter is now wrapped around all caches. This fixes the resulting CI errors.
@driehle driehle self-assigned this Feb 4, 2022
@driehle driehle added the Bug Something isn't working label Feb 4, 2022
@driehle driehle added this to the 4.2.1 milestone Feb 4, 2022
@driehle driehle requested review from greg0ire, SenseException and a team February 4, 2022 14:52
@driehle driehle merged commit 19b568d into doctrine:4.2.x Feb 4, 2022
@driehle driehle deleted the feature/fix-ci branch February 4, 2022 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants